github.com/go-pg/pg/v10/orm.sliceModel.nextElem (field)

4 uses

	github.com/go-pg/pg/v10/orm (current package)
		model_slice.go#L13: 	nextElem func() reflect.Value
		model_slice.go#L38: 	if m.nextElem == nil {
		model_slice.go#L39: 		m.nextElem = internal.MakeSliceNextElemFunc(m.slice)
		model_slice.go#L41: 	v := m.nextElem()